@font-face {
    font-family: DBAdmanX;
    src: url('assets/Fonts/DB-Adman-X.ttf');
    font-family: DBAdmanBd;
    src: url('assets/Fonts/DB-Adman-X-Bd.ttf');
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #6E6F70;
    font-family: DBAdmanX;
}

body{
    position: relative;
}

.section {
    position: relative;
    overflow: hidden;

}

.container {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.text-align-left {
    text-align: left;
}

.blue-text {
    color: #24B1D0;
}

ul>li {
    list-style-type: disc;
}

.nested-points {
    margin-left: 1rem;
}

/* hero section */
#hero-section {
    background-image: url(assets/images/hero-section-bg.svg);
    -webkit-background-image: url(assets/images/hero-section-bg.svg);
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 5rem;
}

#hero-section::before {
    content: "";
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/hero-img-bg.svg);
    -webkit-background-image: url(assets/images/hero-img-bg.svg);
    background-size: cover;
    background-position: bottom center;
}

.header-card {
    width: 410px;
    height: 393px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    aspect-ratio: 1200 / 600;
    background-color: #24B1D0; mask-image: url("assets/images/header-card-bg.svg");
    -webkit-mask-image: url("assets/images/header-card-bg.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-size: contain;
    -webkit-mask-size: contain;
    margin-left: auto;
    margin-right: auto;
}

.hero-sub-heading {
    font-size: 35px;
    font-family: DBAdmanBd;
}

.card-text {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
}

.fans-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 100;
}

.fans-text {
    font-family: "Caveat", cursive;
    font-weight: 400;
    color: #24B1D0;
    font-size: 80px;
    transform: rotate(-5deg);
    text-align: center;
}

.fans-text span {
    font-family: "Caveat", cursive;
    font-weight: bold;
    color: #24B1D0;
    font-size: 80px;
}

.box {
    position: relative;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-box-border {
    position: absolute;
    top: 0;
    left: 0;
}

.name {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.date {
    font-size: 20px;
}

.h-img-text-wrapper{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem;
}

.hero-img-bg {
    width: 100vw;
}

.h-img {
    width: 400px;
}

.hero-detail-text {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 410px;
    text-align: center;
}

p.hero-detail {
    font-size: 30px;
}

.hashtag {
    font-size: 40px;
    color: #24B1D0;
}

/* gift section */
#gift-section{
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.gift-fans {
    margin-bottom: 2rem;
}

.gift-detail {
    font-size: 20px;
    text-align: center;
}

.image-with-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.image-with-text-text{
    font-size: 20px;
    z-index: 100;
}

.bold-text {
    font-family: DBAdmanBd;
    font-weight: bold;
    color: #24B1D0;
}

.card-img, .gift-img {
    width: 300px;
    z-index: 100;
}

.card-img-bg {
    width: 300px;
    position: absolute;
    z-index: -1;
    right: -5%;
}

.--is-02 {
    left: -15%;
    bottom: 5%;
}

.bottom-text-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem;
}

.bottom-heading {
    font-weight: bold;
    font-size: 30px;
    color: #24B1D0;
}

.bottom-text {
    font-weight: regular;
    font-size: 18px;
    text-align: center;
    z-index: 100;
}

/* blue bar */
#blue-bar {
    background-color: #24B1D0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
}

.bar-heading {
    font-size: 32px;
    color: white;
}

/* steps section */
#steps-section{
    background: rgb(83,199,224);
    background: -moz-linear-gradient(45deg, rgba(83,199,224,1) 30%, rgba(130,220,239,1) 100%);
    position: relative;
    padding-top: 3rem;
    padding-bottom: 5rem;
    overflow: hidden;
}


.steps-divider{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70%;
    z-index: 100;
}

.image-with-text-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    z-index: 100;
}

.step-img-01 {
    padding-left: 6rem;
}

.step-img-02 {
    padding-right: 6rem;
}

.step-img-03 {
    padding-left: 6rem;
}

.text-wrapper-gift{
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
    text-align: end;
    gap: 10px;
}


.text-wrapper{
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
    text-align: end;
    gap: 10px;
}

.--is-right{
    text-align: start;
    margin-left: auto;
}

.step-heading  {
    font-size: 30px;
    color: white;
}

.step-text {
    color: white
}

.yellow-text {
    color: #F6F087;
}

.step-bottom-heading {
    font-size: 32px;
    color: #F6F087;
    z-index: 100;
}

.step-bottom-text {
    z-index: 100;
    color: white;
    text-align: center;
}

.step-01-img-bg{
    width: 45%;
    position: absolute;
    right: 0;
    top: -25%;
    z-index: 1;
}

.step-img-bg {
    width: 1000px;
    position: absolute;
    left: 0;
    bottom: -20%;
    z-index: 1;
}

.step-bottom-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 5rem;
}

/* fb section */
#fb-section {
    margin-top: -2.2rem;
    padding-bottom: 4rem;
    z-index: 200;
}

.fb-wrapper {
    margin-bottom: 20px;
}

.fb-text {
    text-align: center;
}

.fb-ul-wrapper {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

li {
    margin-bottom: 10px;
}

/* map section */
#map-section {
    padding: 5rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(40deg, rgba(170,230,238,1) 0%, rgba(255,243,243,1) 100%);
}

.map-sub-heading-wrapper {
    text-align: center;
}

#map-container {
    display: flex;
    gap: 20px;
}

/* form */
.section-heading {
    font-size: 50px;
    text-align: center;
}

.form-wrapper {
    background-color: #ffffff;
    padding: 2rem;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

input {
    width: 100%;
    height: 30px;
    padding: 10px;
    border: #6E6F70 1 solid;
}

input[type="submit"] {
    background-color: #6E6F70;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
    height: 60px;
    border: none;
    font-size: 24px;
}

input[type="file"] {
    display: none;
}

select {
    margin-left: auto;
    margin-right: auto;
}

.custom-file-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border: #6E6F70 1px solid;
    cursor: pointer;
    user-select: none;
    background-color: #24B1D0;
    color: #ffffff;
}

select {
    width: 100%;
    height: 30px;
    border: #6E6F70 1 solid;
    padding-left: 10px;
}

.form-group {
    display: flex;
    gap: 10px;
}

#address {
    margin-left: auto;
    margin-right: auto;
}

input[type="radio"] {
    width: auto;
}

.radio-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-danger {
    color: #a94442 !important;
}
.text-danger ul > li {
  color: #a94442 !important;
  list-style-type: none !important;
  margin-bottom: 1px !important;
}

.fixed-element {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    z-index: 999;
}

#preview {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.footer-text {
    text-align: center;
}

/* absolute images */

.left-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    display: none;
}

.right-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    display: none;
}

/* responsive design */


@media (max-width: 1920px) {
    .step-01-img-bg {
        width: 700px;
        top: -15%;
    }
}

@media (max-width: 1440px) {
    .step-01-img-bg {
        width: 600px;
        top: -15%;
    }
}


@media (max-width: 1024px) {
    /* hero section */
    #hero-section {
        height: auto;
    }

    .hero-img-bg {
        margin-top: -3rem;
        margin-bottom: -5rem;
    }

    .h-img-text-wrapper {
        flex-direction: column;
    }

    .h-img{
        width: 250px;
    }

    #hero-section::before {
        bottom: 15%;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .hero-detail-text {
        margin-top: 1rem;
    }

    .bar-heading {
        font-size: 25px;
    }

    .step-01-img-bg{
        width: 400px;
        right: 0;
        top: 0%;
    }

    .step-img-bg {
        width: 500px;
        left: 0;
        bottom: -5%;
    }

    #gift-section{
        padding-top: 2rem;
    }

}

@media (max-width: 768px) {
    .step-01-img-bg{
        width: 300px;
        right: 0;
        top: 0%;

    }
}

@media (max-width: 450px) {

    .section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* hero section */
    #hero-section {
        height: auto;
    }

    #hero-section::before {
        bottom: 30%;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .logo {
        width: 100px;
    }

    .header-card {
        width: 210px;
        height: 193px;
    }

    .card-text {
        font-size: 22px;
    }

    .hero-img-bg {
        margin: 0;
    }

    .hashtag {
        font-size: 35px;
    }

    p.hero-detail {
        font-size: 24px;
    }

    .h-img-text-wrapper {
        flex-direction: column;
    }

    .h-img{
        width: 250px;
    }

    /* steps */

    .text-wrapper{
        max-width: auto;
    }

    .step-01-img-bg{
        width: 100%;
        position: absolute;
        right: -60%;
        top: 0;
        z-index: 1;
    }

    .step-img-bg {
        width: 100%;
        left: 0;
        bottom: 0%;
    }

    .--is-left {
        padding-right: 1rem;
    }

    .--is-left-01 {
        padding-right: 1.4rem;
    }

    .--is-right {
        padding-left: 1.4rem;
    }

    .step-bottom-heading {
        font-size: 25px;
    }

    /* gift section */
    .hero-sub-heading {
        font-size: 25px;
        text-align: center;
    }

    .fans-text {
        font-size: 60px;
    }

    .fans-text>span {
        font-size: 60px;
    }

    .card-img-bg {
        width: 200px;
    }

    /* steps section */
    .step-img-01 {
        padding-left: 1rem;
        width: 150px;
    }

    .step-img-02 {
        padding-right: 1rem;
        width: 150px;
    }

    .step-img-03 {
        padding-left: 1rem;
        width: 150px;
    }

    .step-heading {
        font-size: 24px;
    }

    /* fb section */

    .fb-ul-wrapper {
        width: 100%;
    }

    /* form */
    .section-heading {
        font-size: 32px;
    }

    /* absolute images */
    .left-img {
        display: none;
    }

    .right-img {
        display: none;
    }
}
